home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 285_02 / filelist < prev    next >
Text File  |  1990-07-08  |  3KB  |  88 lines

  1. Bison distribution file list 
  2. -----------------------------
  3.  
  4.  
  5. COPYING                     Copyright notice by Free Software Foundation
  6.  
  7. BISON.MAN                   The manual.
  8.  
  9. CHANGES                     Alterations in porting to MS-DOS environment
  10.  
  11. MAKEFILE                    object code dependencies file for MSDOS
  12. BISON.MAK            makefile for OS/2
  13. BISON.LNK            link file
  14.  
  15. DOSBISON.EXE                Executable file and necessary parse handlers
  16. OS2BISON.EXE            
  17. HAIRY.PRS
  18. SIMPLE.PRS
  19.  
  20. ALLOCATE.H     ALLOCATE.C                \
  21. BISON.H        CLOSURE.C                 |
  22. CLOSURE.H      CONFLICT.C                |
  23. CONFLICT.H     DERIVES.C                 |
  24. DERIVES.H      FILES.C                   |
  25. FILES.H        GETARGS.C                 |
  26. GETARGS.H      GETOPT.C                  |
  27. GETOPT.H       GRAM.C                    |
  28. GRAM.H         LALR.C                    |
  29. LALR.H         LEX.C                     |
  30. LEX.H          LR0.C                      >     source files
  31. LR0.H          MAIN.C                    |
  32. MACHINE.H      NULLABLE.C                |
  33. NEW.H          OUTPUT.C                  |
  34. NULLABLE.H     PRINT.C                   |
  35. OUTPUT.H       READER.C                  |
  36. PRINT.H        SYMTAB.C                  |
  37. READER.H       WARSHALL.C                |
  38. STATE.H                                  |
  39. SYMTAB.H                                 |
  40. TYPES.H                                  |
  41. WARSHALL.H                               /
  42.  
  43. README                      assorted documents
  44. REFERENC
  45. BISON.CLD
  46.  
  47. UNIXMAKE.MAK                original unix makefile
  48.  
  49. BISON.1                     Bison manual in nroff format
  50. BISON.MAN                   manual, printable
  51.  
  52. BISON.TEX                   Tutorial, TEX format
  53.  
  54. BISONINF.0                  Tutorial
  55. BISONINF.1                     "
  56. BISONINF.2                     "
  57. BISONINF.3                     "
  58.  
  59. VMSGTARG.C                  necessary functions if using VMS
  60. VMSHLP.MAR
  61.  
  62.  
  63.  
  64. The HOC3 (Higher Order Calculator) from "Unix Programming Environment"
  65. chapter 8, page 257 by Kerhighan & Pike, sprawls over the following 
  66. files.
  67.  
  68. HOC3 is a thorough example of program development using YACC or BISON
  69. parser generators.
  70.  
  71.  
  72. MAKEFILE.HOC             dependency data for automatic program construction
  73. MAKEFILE.MS           as above, but for Microsoft MAKE v4.0
  74.  
  75. INIT.C             \
  76. MATH.C                 \
  77. SYMBOL.C                >      support functions for HOC3 calculator    
  78. HOC3.H                 /
  79. HOCDECL.H            /
  80.  
  81. HOC3.Y             YACC (or Bison) specification for parser
  82.  
  83. HOC.IN               sample input file for HOC3.EXE
  84.  
  85. HOC_IS.DOC           very brief description of what HOC3 does.
  86. HOCDEMO.BAT           demo
  87.  
  88.